From f483fd539e6b14038b4638bc11977630a38a5016 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 21 Apr 2018 19:24:25 +0200 Subject: [PATCH] build: Fix copy/paste error --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8872d58fbd..baab1b759d 100644 --- a/meson.build +++ b/meson.build @@ -761,7 +761,7 @@ summary = [ ' Build tests: @0@'.format(get_option('build-tests')), ' Install tests: @0@'.format(get_option('install-tests')), ' Demos: @0@'.format(get_option('demos')), - ' Examples: @0@'.format(get_option('demos')), + ' Examples: @0@'.format(get_option('build-examples')), 'Directories:', ' prefix: @0@'.format(gtk_prefix), ' includedir: @0@'.format(gtk_includedir), -- 2.30.2